JavaScript

{grid.object}loadJavascriptFile Method

Syntax

{grid.Object}.loadJavascriptFile(javascriptFilename)

Arguments

javascriptFilenameString

The name of the file containing the javascript to be loaded

Description

Loads Javascript from a file.

Example

myjsfunctions.js is loaded from the same folder in the webroot as the current component.

{grid.Object}.loadJavascriptFile('myjsfunctions.js');

See Also